home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer Helper 1: Phil & Dave's Excellent CD
/
Excellent CD HFS.raw
/
Utilities
/
Apple File Exchange
/
AppleFile Exchange Translator
/
Example Build Instructions
Wrap
Text File
|
1989-04-13
|
610b
|
18 lines
#
# The example translator sources should live in a folder called
# "ExampleTrans" within the MPW folder. There should also be
# a folder within "ExampleTrans" called "Objects" which will contain
# the object files and other 'deletable' files.
#
# In the MAKE command line, the '-d' option is used to set the version
# number. In the next command line, the computer will sound two notes
# when it is done: if the notes go up, an error occurred; if the notes
# go down, all is well.
#
directory {MPW}ExampleTrans
make -f Example.make 'Example Translator' -d vers='1.0' >doit
doit || (beep 1320; beep 880)